home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / att33all.zip / ATTABOUT.FRM (.txt) < prev    next >
Visual Basic Form  |  1995-03-17  |  6KB  |  112 lines

  1. About
  2. About...
  3. wwwwwwwwwwwwww
  4. Xgwwwwwwwww
  5. Form3%
  6. Text1
  7. Text1
  8. MS Sans Serif
  9. Command1
  10. Label1
  11. Password: "ATT"
  12. MS Sans Serif
  13. Label1
  14. http://www.mordor.com/neslon
  15. MS Sans Serif
  16. Label1
  17. MS Sans Serif
  18. Label1
  19. Log on as user: "All the Time"
  20. MS Sans Serif
  21. Label1
  22. *Art, layout && original program design by:
  23. MS Sans Serif
  24. Label1
  25. 76516,1020 or xplex@aol.com
  26. MS Sans Serif
  27. Label1
  28. Carole Rogers
  29. MS Sans Serif
  30. Label1
  31. 1-610-515-0740
  32. MS Sans Serif
  33. Label1
  34. !Brad Friedman's CalamityVille BBS
  35. MS Sans Serif
  36. Label1
  37. available free on :
  38. MS Sans Serif
  39. Label1
  40. -The current version of All the Time is always
  41. MS Sans Serif
  42. Label1
  43. Pardon us, but...
  44. MS Sans Serif
  45. Label1
  46. 70741,422 or neslon@panix.com
  47. MS Sans Serif
  48. Label1
  49. Wilson Smith
  50. MS Sans Serif
  51. Label1
  52. Questions, comments, bugs to:
  53. MS Sans Serif
  54. Label1
  55.     Enjoy it!
  56. MS Sans Serif
  57. Label1
  58. No warranties, no liabilities
  59. MS Sans Serif
  60. Label1
  61. Free, public domain, etc.
  62. MS Sans Serif
  63. Label1
  64. All the Time v3.3e
  65. Command1_Click
  66. Form3
  67. Form_Click
  68. @    Form_Load6
  69. AttAbout
  70. AttSettings
  71. WidthL
  72. Settings
  73. Height
  74. Visible
  75. Screen(
  76. forms>
  77. count
  78. gSettingsVisible
  79. gNumColors
  80. Text1
  81. cCutoffColors
  82. gPixelDepth
  83. cCutoffDepth
  84. Text1_Change
  85. Label1
  86. Caption
  87. About
  88. 11/16  1.0 - 1.01 -> non-tiling.  consistent hourglassingw
  89. 11/17 1.01 - 1.02 -> stopped doing a CLS for tiled preview
  90.  (bug introduced in 1.01)d
  91. 11/17 1.02 - 1.03 -> stopped doing a CLS at all.  PatBlt for non-tiled background
  92. 11/24 1.1
  93. lots of versions, one to CIS, one to JB and LB, 
  94.  one to SJH and MS
  95. 1/18  1.15
  96.  -> sent 1.11d to Brad Friedman 
  97.  -> went through C's list of things, mostly minor.
  98. Command1_Click
  99. Form_Load
  100. 10/01/1993
  101. Starting 10/1/93, new versions of ATT will be
  102. If gNumColors > cCutoffColors Then
  103.    Text1.Text = "Windows reports that your display supports " + Format$(gNumColors) + " colors. We've been looking for verification from anyone that our program actually works on a display like that. Would you do us the favor of dropping us a note alerting us to the fact that our program is not, in fact, crippled horribly by an inability to display " + Format$(gNumColors) + " colors? All you have to do is mention that you saw this message. We'd be very, very grateful! Additional info about your system would also be appreciated." + Chr$(13) + Chr$(10) + "Thanks, " + Chr$(13) + Chr$(10) + "Wilson & Carole"
  104.    About.Height = Text1.Top + Text1.Height + 810
  105.    Label1(5).Visible = True 
  106.    If gPixelDepth > cCutoffDepth Thene
  107.    Text1.Text = "Windows reports that your display supports " + Format$(gPixelDepth) + "-bit color. We've been looking for verification from anyone that our program actually works on a display like that. Would you do us the favor of dropping us a note alerting us to the fact that our program is not, in fact, crippled horribly by an inability to display " + Format$(gPixelDepth) + "-bit color? All you have to do is mention that you saw this message. We'd be very, very grateful! Additional info about your system would also be appreciated." + Chr$(13) + Chr$(10) + "Thanks, " + Chr$(13) + Chr$(10) + "Wilson & Carole"
  108.    Label1(5).Visible = Truep
  109.    About.Height = Text1.Top + Text1.Height + 810
  110.    End IfH
  111. End If
  112.